home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC User 2002 April
/
Disc 2
/
PCUSER0402D2.iso
/
software
/
utils
/
files
/
wincron.exe
/
data1.cab
/
Sample_Scripts
/
show_hide.tg
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-10-20
|
322 b
|
21 lines
## show_hide.tg
# Test the show hide actions
# show the window
{
-name show_hide (show)
-start
-action -inc 0 0 0 20
-action -show
-action -print Showing the window
}
# hide the window
{
-name show_hide (hide)
-start
-action -inc 0 0 0 10
-action -hide
-action -print Hiding the window
}